object Optionbox: TOptionbox Left = 180 Top = 116 BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp] BorderStyle = bsDialog Caption = 'Options' ClientHeight = 260 ClientWidth = 332 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnClose = FormClose OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Button1: TButton Left = 245 Top = 224 Width = 75 Height = 25 Caption = 'OK' ModalResult = 2 TabOrder = 0 end object PageControl1: TPageControl Left = 2 Top = 8 Width = 319 Height = 201 ActivePage = TabSheet1 TabOrder = 1 object TabSheet1: TTabSheet Caption = 'General' object RadioGroup1: TRadioGroup Left = 8 Top = 16 Width = 280 Height = 120 Caption = 'Options' TabOrder = 3 end object CheckBox1: TCheckBox Left = 20 Top = 46 Width = 225 Height = 17 Hint = 'Check this option to restore deleted files later from recycle b' + 'in' Caption = 'Send deleted files to recycle bin' ParentShowHint = False ShowHint = False TabOrder = 0 OnMouseUp = CheckBox1MouseUp end object CheckBox2: TCheckBox Left = 20 Top = 72 Width = 201 Height = 17 Hint = 'Check this option to automaticaly start checking new additions t' + 'o your system' Caption = 'Automatic compare at startup' ParentShowHint = False ShowHint = False TabOrder = 1 end object CheckBox3: TCheckBox Left = 20 Top = 98 Width = 241 Height = 17 Caption = 'Show file icons (slower) ' TabOrder = 2 end end object TabSheet2: TTabSheet Caption = 'Quick Clean' object RadioGroup3: TRadioGroup Left = 8 Top = 16 Width = 280 Height = 70 Caption = 'Add to Quick Clean check list' TabOrder = 0 end object CheckBox5: TCheckBox Left = 20 Top = 46 Width = 181 Height = 17 Caption = '.gid files (help file index)' TabOrder = 1 end end object TabSheet3: TTabSheet Caption = 'Internet' object RadioGroup2: TRadioGroup Left = 8 Top = 16 Width = 280 Height = 70 Caption = 'Internet' TabOrder = 0 end object CheckBox4: TCheckBox Left = 20 Top = 46 Width = 217 Height = 17 Caption = 'Don'#39't list msie caches (recommended)' ParentShowHint = False ShowHint = False TabOrder = 1 end end end end